home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / DHTML - Mouse and Cursor / custom-cursor.izs < prev    next >
Text File  |  2005-09-02  |  786b  |  41 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Custom Cursor Script
  4. <!/TITLE>
  5.  
  6. <!BROWSER>IE6+<!/BROWSER>
  7.  
  8. <!DESCRIPTION> Starting in IE6, for the first time ever, you can specify your own image for the browser to use as the cursor! The image will replace the default "arrow" one. Properly done, a custom cursor can bring furthered consistency to your site's design.
  9.  
  10. Note that the image must be of the type .cur or .ani
  11.  
  12. <!/DESCRIPTION> 
  13.  
  14. <!CATEGORY>mouse and cursor<!/CATEGORY>
  15.  
  16. <!SCRIPT>
  17. <!-- START OF SCRIPT -->
  18. <style>
  19. <!--
  20. BODY{
  21. cursor:url("mycursor.cur");
  22. }
  23. -->
  24. </style>
  25. <!-- END OF SCRIPT -->
  26. <!/SCRIPT>
  27.  
  28. <!PREVIEW>
  29. <!-- START OF SCRIPT -->
  30.  
  31. <style>
  32. <!--
  33. BODY{
  34. cursor:url("mycursor.cur");
  35. }
  36. -->
  37. </style>
  38. <!-- END OF SCRIPT -->
  39. <!/PREVIEW>
  40.  
  41. <!RELATED>NONE<!/RELATED>